package
Paws::Exception::CredentialProcess;
package
Paws::Exception;
has
code
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
required
=> 1,
);
has
request_id
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
required
=> 1,
);
has
http_status
=> (
is
=>
'ro'
,
isa
=>
'Int'
,
);
1;